-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Supports Asynchronous Runs in Interactive Beam #36853
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
Run Python PreCommit |
this doesn't seem to work |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #36853 +/- ##
============================================
+ Coverage 40.33% 40.63% +0.29%
Complexity 3456 3456
============================================
Files 1225 1225
Lines 187817 188122 +305
Branches 3586 3586
============================================
+ Hits 75762 76439 +677
+ Misses 108665 108293 -372
Partials 3390 3390
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Checks are failing. Will not request review until checks are succeeding. If you'd like to override that behavior, comment |
e3233d7 to
dd386ea
Compare
3bea653 to
576acab
Compare
|
assign set of reviewers |
|
Assigning reviewers: R: @jrmccluskey for label python. Note: If you would like to opt out of this review, comment Available commands:
The PR bot will only process comments in the main thread (not review comments). |
Trigger phrases don't work since we're no longer picking up jobs to run on Jenkins, there are JSON trigger files for workflows in the .github directory that you can modify to force runs of suites now |
jrmccluskey
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code is broadly LGTM, have you run it in a notebook environment? Would love to see what the user experience is like before merging
sdks/python/apache_beam/runners/interactive/recording_manager.py
Outdated
Show resolved
Hide resolved
Will send it to you |
ffeebb7 to
e7eb7c9
Compare
Fixes #33103
Implement the feature request of adding asynchronous computation to Apache Beam's Interactive Beam API. This means allowing long-running tasks to execute in the background without blocking the user interface.
Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:
addresses #123), if applicable. This will automatically add a link to the pull request in the issue. If you would like the issue to automatically close on merging the pull request, commentfixes #<ISSUE NUMBER>instead.CHANGES.mdwith noteworthy changes.See the Contributor Guide for more tips on how to make review process smoother.
To check the build health, please visit https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md
GitHub Actions Tests Status (on master branch)
See CI.md for more information about GitHub Actions CI or the workflows README to see a list of phrases to trigger workflows.